ioemu: support shared framebuffer and linesize != width * depth.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Mar 2008 10:54:08 +0000 (10:54 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Mar 2008 10:54:08 +0000 (10:54 +0000)
commit322e83b837caf8321a49ea28d20b8c8bf234e285
treea92f55ee62f5f03e8527d6bf641121558cc8250b
parent12367d55a195f3944cc569d1de185aed62e627a6
ioemu: support shared framebuffer and linesize != width * depth.

When sharing the buffer between e.g. xenfb and SDL, SDL must follow
the line size.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/ioemu/cocoa.m
tools/ioemu/hw/pl110.c
tools/ioemu/hw/tcx.c
tools/ioemu/hw/vga.c
tools/ioemu/hw/xenfb.c
tools/ioemu/sdl.c
tools/ioemu/vl.c
tools/ioemu/vl.h
tools/ioemu/vnc.c